Method CreateFast<TProps>()
Create object without automatic scheme initialization (fast)
Scheme will need to be set manually or through provider
public static RedbObject<TProps> CreateFast<TProps>() where TProps : class, new()
Create object without automatic scheme initialization (fast)
Scheme will need to be set manually or through provider
public static RedbObject<TProps> CreateFast<TProps>() where TProps : class, new()